projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22debca
)
docker-compose: Update to version 2.38.1
author
Javier Marcet
<
[email protected]
>
Mon, 30 Jun 2025 20:14:52 +0000
(22:14 +0200)
committer
Tianling Shen
<
[email protected]
>
Fri, 1 Aug 2025 13:05:18 +0000
(21:05 +0800)
Release notes:
https://github.com/docker/compose/releases/tag/v2.38.1
Signed-off-by: Javier Marcet <
[email protected]
>
(cherry picked from commit
0ea85424be8c9f6f1a04a6e7e5ee388fb2a9e5bd
)
utils/docker-compose/Makefile
patch
|
blob
|
history
diff --git
a/utils/docker-compose/Makefile
b/utils/docker-compose/Makefile
index 0e1a9eea81a45bc6169766d53c7aabdb26bb3c2f..46e1265ba9d92a726be115aba429ecfd6d15dc89 100644
(file)
--- a/
utils/docker-compose/Makefile
+++ b/
utils/docker-compose/Makefile
@@
-1,14
+1,14
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=compose
-PKG_VERSION:=2.38.
0
+PKG_VERSION:=2.38.
1
PKG_RELEASE:=1
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/docker/compose/tar.gz/v${PKG_VERSION}?
-PKG_HASH:=
4652699ab383b11ea570d9b3387820333263796fc77c66240194dc52d67b7e50
+PKG_HASH:=
874fda5c816726c442eadebcbc9c08af6b1f980a949d92ac42a16bd9bd2d3d24
PKG_MAINTAINER:=Javier Marcet <
[email protected]
>